home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / pkinsv64.zip / PKINSPCB.DOC < prev    next >
Text File  |  1991-09-22  |  9KB  |  301 lines

  1.  
  2.  
  3.  
  4.  
  5.                    ┌───────────────────────────────────────┐
  6.                    │                                       │
  7.                    │                                       │
  8.                    │                                       │
  9.                    │                                       │
  10.                    │                                       │
  11.                    │                                       │
  12.                    │                                       │
  13.                    │                                       │
  14.                    │                                       │
  15.                    │                                       │
  16.                    │            P K I N S E R T            │
  17.                    │              Version 6.4              │
  18.                    │                                       │
  19.                    │   Copyright 7th Illusion, 1990-1991   │
  20.                    │          All Rights Reserved          │
  21.                    │     Released September 22nd, 1991     │
  22.                    │                                       │
  23.                    │            F R E E W A R E            │
  24.                    │                                       │
  25.                    │                                       │
  26.                    │                                       │
  27.                    │                                       │
  28.                    │                                       │
  29.                    │                                       │
  30.                    │           PCBoard Interface           │
  31.                    │             Documentation             │
  32.                    │                                       │
  33.                    │                                       │
  34.                    │                                       │
  35.                    │                                       │
  36.                    │                                       │
  37.                    │              7th Illusion             │
  38.                    │          Post Office Box 1334         │
  39.                    │               Station H               │
  40.                    │            Montreal, Quebec           │
  41.                    │                 Canada                │
  42.                    │                H3G 2N6                │
  43.                    │                                       │
  44.                    │         Node 1  (514)338-1193         │
  45.                    │    USRobotics Courier HST 14400 Bps   │
  46.                    │        1:167/281.0@Fidonet.Org        │
  47.                    │                                       │
  48.                    │         Node 2  (514)338-1680         │
  49.                    │        GVC Super Modem 2400 Bps       │
  50.                    │                                       │
  51.                    │                                       │
  52.                    │                                       │
  53.                    │                                       │
  54.                    │                                       │
  55.                    │                                       │
  56.                    │                                       │
  57.                    │                                       │
  58.                    └───────────────────────────────────────┘
  59.  
  60.      
  61.  
  62.      PKinsert/PCBoard Interface Documentation                  Page 1  of 4
  63.  
  64.  
  65.      ╔════════════════════════════════════════════════════════════════════╗
  66.      ║                            Options Menu                            ║
  67.      ║                                                                    ║
  68.      ║   Test Archives                    : Y                             ║
  69.      ║   Rename Corrupt/Virused Archives  : N                             ║
  70.      ║   Make Extended Pass/Fail Log File : Y                             ║
  71.      ║                                                                    ║
  72.      ╚═══ 00/00/00 ════════════════════════════════════════ 00:00:00pm ═══╝
  73.  
  74.      ╔════════════════════════════════════════════════════════════════════╗
  75.      ║                         File Location Menu                         ║
  76.      ║                                                                    ║
  77.      ║   Extended Pass Log File  : PCBPASS.TXT                            ║
  78.      ║   Extended Fail Log File  : PCBFAIL.TXT                            ║
  79.      ║   Virus Comment (Test)    : C:\PKINSERT\VIRUSTST.CMT               ║
  80.      ║   Virus Comment (Upload)  : C:\PKINSERT\VIRUSULD.CMT               ║
  81.      ║                                                                    ║
  82.      ╚═══ 00/00/00 ════════════════════════════════════════ 00:00:00pm ═══╝
  83.  
  84.  
  85.      Don't include paths for  the extended pass and  fail logs.  They'll be
  86.      created in the directory Pkinsert is called from.
  87.  
  88.      You  will  only  need   one  configuration  file.   Using  environment
  89.      variables you can control unique configurations for every node.
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.      
  121.  
  122.      PKinsert/PCBoard Interface Documentation                  Page 2  of 4
  123.  
  124.  
  125.                               PCBoard Version 14.5
  126.  
  127.      Autoexec.Bat
  128.      ~~~~~~~~~~~~
  129.      @Echo Off
  130.       Set Tagline=7th Illusion Telecommunication Services
  131.       Set Pkinsert=/S7.6v80 /Ndos
  132.  
  133.          ie.  Tagline   The  value  of  Tagline  is  added  to  the archive
  134.                         comment.
  135.               /S7.5v80  Version of Scan currently using.
  136.               /Ndos     Default node number.
  137.  
  138.      Board.Bat
  139.      ~~~~~~~~~
  140.      @Echo Off
  141.       Set Node=1
  142.  
  143.          ie.  Node number for this partition/work station.
  144.  
  145.      Pcbtest.Bat
  146.      ~~~~~~~~~~~
  147.      @Echo Off
  148.       IF Exist Pcbpass.Txt Del Pcbpass.Txt
  149.       If Exist Pcbfail.Txt Del Pcbfail.Txt
  150.       D:\Pkinsert\Pkinsert /CD:\Pkinsert\Node.Cfg /D:\Pkinsert\Node...
  151.       ...%Node%.Log /N%Node% %1 /%2
  152.  
  153.          ie.  Note.  Pcbtest.Bat may reside in a PATHed directory making it
  154.               accessible from any node.
  155.  
  156.               Pkinsert will use  the communal configuration  file and over-
  157.               ride the values for the node number and log file.
  158.  
  159.               %1   Contains the path and file name of the archive.
  160.      
  161.               %2   Will  be  assigned a  value  of `UPLOAD'  if  PCBoard is
  162.                    shelling to test an upload.  Using the Test command will
  163.                    leave  this  value  blank.   Pkinsert  will  ignore  any
  164.                    forward  slashes or  options  which are  not  assigned a
  165.                    value.
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.      
  181.  
  182.      PKinsert/PCBoard Interface Documentation                  Page 3  of 4
  183.  
  184.  
  185.                              PCBoard Version 14.5a
  186.  
  187.      Autoexec.Bat
  188.      ~~~~~~~~~~~~
  189.      @Echo Off
  190.       Set Tagline=7th Illusion Telecommunication Services
  191.       Set Scan=7.6V80
  192.       Set Pkinsert=/S%Scan% /Ndos
  193.  
  194.      BOARD.BAT
  195.      ~~~~~~~~~
  196.      @Echo Off
  197.       Set Node=1
  198.  
  199.      Pcbtest.Bat
  200.      ~~~~~~~~~~~
  201.      @Echo Off
  202.       IF Exist Pcbpass.Txt Del Pcbpass.Txt
  203.       If Exist Pcbfail.Txt Del Pcbfail.Txt
  204.       Set Pkinsert=/S%Scan% /N%Node% /LD:\Pkinsert\Node%Node%.Log
  205.       D:\Pkinsert\Pkinsert /CD:\Pkinsert\Node.Cfg %1 /%2 /D%3
  206.  
  207.      Pcboard V14.5a has added  a value of `TEST' to  %2 when shelling for a
  208.      systems archive test.   %3 contains the  name and path  of the archive
  209.      description file (for uploads only).
  210.  
  211.      I've had to  split the Pkinsert  options between the  command line and
  212.      environment variable since  their combined length  usually exceeds 128
  213.      characters.
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.      
  241.  
  242.      PKinsert/PCBoard Interface Documentation                  Page 4  of 4
  243.  
  244.  
  245.                            7th Illusions Pcbtest.Bat
  246.  
  247.      The above  installations are  functional, but  somewhat unrealistic in
  248.      their simplicity.  Following is 7th Illusions Pcbtest.Bat file.
  249.  
  250.      @Echo Off
  251.       If Exist Pcbpass.Txt Del  Pcbpass.Txt
  252.       If Exist Pcbfail.Txt Del  Pcbfail.Txt
  253.       If